home *** CD-ROM | disk | FTP | other *** search
- /*
- File: OCEObjectsTests.h
-
- Copyright: © 1991-1994 by Apple Computer, Inc.
- All rights reserved.
-
- Part of the AOCE Sample SMSAM Package. Consult the license
- which came with this software for your specific legal rights.
-
- */
-
-
-
- #ifndef __OCEOBJECTSTESTS__
- #define __OCEOBJECTSTESTS__
-
- #ifndef debug
- #define debug // we are always in debug mode when compiling anyone who includes this!
- #endif
-
- #ifndef __BUILDINGBLOCKSTEST__
- #include "BuildingBlocksTest.h"
- #endif
-
- /***********************************|****************************************/
-
- extern void RunAllOCEOjectsTests ();
- extern void TRStringTests ();
- extern void CreationIDTests ();
- extern void DirDiscriminatorTests ();
- extern void TPathnameTests ();
- extern void TRLITests ();
- extern void TRecordIDTests ();
-
- /***********************************|****************************************/
-
- #endif // __OCEOBJECTSTESTS__
-